home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / rsxwdk2s.zip / RSXWDK / LIBSRC / SYSDJ / FSYNC.C < prev    next >
C/C++ Source or Header  |  1994-10-18  |  70b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. int fsync (int handle)
  4. {
  5.     return (-1);
  6. }
  7.